@extends('admin::curd.index') @section('heading') {!! trans('student::key.name') !!} {!! trans('cms.manage') !!} {!! trans('student::key.names') !!} @stop @section('title') {!! trans('student::key.names') !!} @stop @section('breadcrumb') @stop @section('entry')
@stop @section('tools') @stop @section('content')
{!! trans('student::key.label."id"')!!} {!! trans('student::key.label."name"')!!} {!! trans('student::key.label."email"')!!} {!! trans('student::key.label."password"')!!} {!! trans('student::key.label."remember_token"')!!} {!! trans('student::key.label."created_at"')!!} {!! trans('student::key.label."updated_at"')!!} {!! trans('student::key.label."role_id"')!!} {!! trans('student::key.label."mobile"')!!} {!! trans('student::key.label."photo"')!!} {!! trans('student::key.label."status"')!!} {!! trans('student::key.label."address"')!!} {!! trans('student::key.label."city"')!!} {!! trans('student::key.label."country"')!!} {!! trans('student::key.label."longitude"')!!} {!! trans('student::key.label."latitude"')!!} {!! trans('student::key.label."radius"')!!} {!! trans('student::key.label."extra"')!!} {!! trans('student::key.label.primary')!!}
@stop @section('script') @stop @section('style') @stop